home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilfile / rw2nt181.rdm < prev    next >
Text File  |  1997-01-18  |  4KB  |  104 lines

  1. Short:    Entity-Codes, Alternatives, Color-Codes
  2. Author:   honma@thepentagon.com (Tamio Patrick Honma)
  3. Uploader: honma@thepentagon.com (Tamio Patrick Honma)
  4. Version:  1.8.1
  5. Type:     util/conv
  6. Replaces: util/conv/Raw2Ent*
  7.  
  8. Files: Raw2Ent            1.8.1 (27.12.96)
  9.        Raw2Ent.ced        1.01  (26.12.96)
  10.        Raw2Ent.doc        english documentation
  11.        Raw2Ent.dok        german documentation
  12.        Raw2Ent.rexx       1.4.1 (14.07.96)
  13.        Raw2Ent.rexx.old   1.3.4 (01.11.96)
  14.        Raw2EntCheck       1.0   (12.12.96)
  15.        Raw2EntLogic.asc   logical-structure documentation
  16.        Raw2EntMeta.asc    meta-structure documentation
  17.  
  18.  
  19. FAST INTRODUCTION: (see below for a larger introduction)
  20. Raw2Ent can convert
  21.  
  22. 8Bit-ASCII (ISO-8859-1 [Amiga]) -> 7Bit-ASCII with Character-Entity-Codes
  23. example:            "Hallöchen" -> "Hallöchen"
  24.  
  25.    7Bit-ASCII with Entity-Codes -> 8Bit-ASCII (ISO-8859-1 [Amiga])
  26. example:         Hallöchen -> Hallöchen
  27.  
  28. 8Bit-ASCII (ISO-8859-1 [Amiga]) -> 7Bit-ASCII with alternative characters
  29. example:            "Hallöchen" -> "Halloechen"
  30.  
  31. HTML32- or NETSCAPE-COLOR-NAMES -> HTML-Color-Codes
  32. example:          BGCOLOR="Red" -> BGCOLOR="#FF0000"
  33.  
  34.                HTML-Color-Codes -> HTML32- or NETSCAPE-COLOR-NAMES
  35. example:      BGCOLOR="#FF0000" -> BGCOLOR="Red"
  36.  
  37.  
  38.  
  39. WHAT'S NEW SINCE LAST RELEASE?
  40.     Small Bug-Fix (1.8.1)
  41.     HTML 3.2 and Netscape Color-Code and Color-Name convertion included!
  42.     - Now Raw2Ent can be used as an HTML2COLORCODE- or COLORCODE2HTML- or
  43.       COLORCODE2NETSCAPE-Convertion-Tool. [I don't know any other program
  44.       including this feature]
  45.  
  46. NOTE:  Since version 1.7:
  47. "Cygnus ED"-Support included
  48.  
  49. NOTE:  Since version 1.6.3:
  50. The NOBACKUP-Feature will switch off the new backup-feature.
  51. Now the destination- and source-file may have the same names!
  52.  
  53. NOTE:  Since version 1.5 you can use Raw2Ent as an Ent2Raw!
  54.  
  55. NOTE:   Since  version  1.3  you can use Raw2Ent as a "Raw2Uml", which means
  56. that  the  destination  file  will  contain  readable  characters,  words or
  57. shortcuts.  (i.e.:  "ü" -> "ue", "£" -> "pound", "©" -> "(C)", etc.)
  58.  
  59.  
  60.  
  61. INTRODUCTION
  62.  
  63. Raw2Ent   converts   raw   8-Bit-ASCII-Text   into   7-Bit-ASCII-Text   with
  64. entity-codes  and  reverse.   The  ASCII-Format is a standardized format for
  65. information  interchange,  but it is only standardized seven-bit-wide, which
  66. means  that  128 codes are defined.  One Byte consists of eight bits and can
  67. represent  256  different  bit  combinations.   Therefore  the  last 128 bit
  68. combinations  are defined for free use by any operation-system.  The problem
  69. is that accent-characters and other special characters are not standardized,
  70. because  they  are defined in (guess where?!  ;) ) the free part of ASCII by
  71. the operation system developers.
  72.  
  73. The  goal of the Wold Wide Web developers was that it could be used on every
  74. important   operation   system.   So  it  was  clear  that  the  ASCII-Based
  75. HTML-Source-Code   had  to  use  the  standardized  seven-bit  area  of  the
  76. ASCII-Code.  To represent accent-characters or other special characters in a
  77. seven-bit-code,  it  was  neccesary  to  invent something.  And this was the
  78. entity-code  -  a  kind  of  escape-code.   An  entity-code  consists  of an
  79. introducing  "&"  and  a  ";"  at  the  end.   Between  these  symbols  is a
  80. character-name the browser can interpret.  It is a very hard and stupid work
  81. to convert the ASCII-Text by hand.  So just use Raw2Ent!
  82.  
  83. Raw2Ent  produces  real 7-Bit-ASCII-Code.  All printable Amiga-characters in
  84. the  8-bit-area  will be converted into entity-codes, without any exception.
  85. The  use  of names instead of code-numbers will make the entity-codes easier
  86. to be read by humans.  If no name was defined in the HTML 3.2 reference, the
  87. code-number will be used.
  88.  
  89. You  can use Raw2Ent also to check, wether your file contains pure seven-bit
  90. codes  or  not.   If  not,  Raw2Ent  will  present  you  the position of the
  91. 8-Bit-Characters in the text.
  92.  
  93. Raw2Ent can also handle color-codes and -names.
  94.  
  95.  
  96. SEND COMMENTS TO:
  97.  
  98. Tamio Patrick Honma
  99.  
  100. eMail: honma@thepentagon.com
  101.   WWW: http://www.netforward.com/thepentagon/?honma
  102.  
  103.                       *>> Love all over the world! <<*
  104.